START.
COMMENCER.

Please number in order in column 1-xyzAbc...z1..0, thank you!
//---- Do not modify this line or any above. -- Ne changez pas cette ligne ni aucune des lignes ci-dessus.

    So, debug statements, like System.out.println(<class>.method... stuff);

    2 things, 
        1: it's code, not English. Only punctuate to help debug, ... Thanks!, Merci! 
        2: instead of "SomeClass.someMethod:..." use
            [Java (Preferred Location: in same block of organization as 
             'public static final long serialVersionUID')
                {
                                              // Class Simple Name
                    public static final String CSN = SomeClass.class.getSimpleName(); 
                    ...
                    System.out.print..(CSN + ": some debugging text...");
                {
            ]

Next. This is English et Francais.


//------------------------------------------------------
Jane Says: ... Please post any proposed/preferred changes below. ...
//------------------------------------------------------

// Do not modify this line or any below. Ne modifiez pas cette ligne ni aucune des suivantes.

// Please format consistent or classifying, as above, so below.
// Veuillez formater de manière cohérente ou classifiée, comme ci-dessus, 
// comme ci-dessous.
// 

END.
FIN.